//0x44 bytes (sizeof)
struct _WNF_PROCESS_CONTEXT
{
struct
_WNF_NODE_HEADER Header; //0x0
struct
_EPROCESS* Process; //0x4
struct
_LIST_ENTRY WnfProcessesListEntry; //0x8
VOID* ImplicitScopeInstances[3]; //0x10
struct
_WNF_LOCK TemporaryNamesListLock; //0x1c
struct
_LIST_ENTRY TemporaryNamesListHead; //0x20
struct
_WNF_LOCK ProcessSubscriptionListLock; //0x28
struct
_LIST_ENTRY ProcessSubscriptionListHead; //0x2c
struct
_WNF_LOCK DeliveryPendingListLock; //0x34
struct
_LIST_ENTRY DeliveryPendingListHead; //0x38
struct
_KEVENT* NotificationEvent; //0x40
};